home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / SNNSV32.ZIP / SNNSv3.2 / kernel / sources / tbl_func.h < prev    next >
C/C++ Source or Header  |  1994-04-25  |  760b  |  28 lines

  1. /*****************************************************************************
  2.   FILE           : tbl_func.h
  3.   SHORTNAME      : 
  4.   SNNS VERSION   : 3.2
  5.  
  6.   PURPOSE        : SNNS-Kernel: Transfer functions using table lookup and
  7.                linear approximation method
  8.   NOTES          :
  9.  
  10.   AUTHOR         : Sven Doering
  11.   DATE           : 25.02.93
  12.  
  13.   CHANGED BY     : Sven Doering
  14.   IDENTIFICATION : @(#)tbl_func.h    1.8 3/15/94
  15.   SCCS VERSION   : 1.8
  16.   LAST CHANGE    : 3/15/94
  17.  
  18.              Copyright (c) 1990-1994  SNNS Group, IPVR, Univ. Stuttgart, FRG
  19.  
  20. ******************************************************************************/
  21. #ifndef _TBL_FUNC_DEFINED_
  22. #define  _TBL_FUNC_DEFINED_
  23.  
  24. extern FlintType   ACT_LogisticTbl(struct Unit *unit_ptr);
  25.  
  26.  
  27. #endif 
  28.